Example: Save a file to the Milestones folder using a specific name.
With objMilestones
|
|
|
nFileHandleVariant = 0 |
|
. |
|
. |
|
nFileHandleVariant = .Save("c:\"+ "Test File From VBA.MLG") |
|
nFileHandleInt = nFileHandleVariant |
|
If (nFileHandleInt = 0) Then |
|
MsgBox "File Save Failed" |
|
End If |
End With
Milestones Professional 2019 Automation Methods and Properties. © Copyright 2018, KIDASA Software, Inc. All rights reserved.